Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / Plugins / IRC Libpurple Plugin / ESIRCAccountViewController.h
blobe67c9616c28e6e112fbddc2f1807d40faf3ee807
1 //
2 // ESIRCAccountViewController.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 3/4/06.
6 //
8 #import <Cocoa/Cocoa.h>
9 #include <Adium/AIAccountViewController.h>
11 @interface ESIRCAccountViewController : AIAccountViewController {
12 IBOutlet NSButton *checkbox_useSSL;
15 @end